:root {
    --primary-light: #558b2f;
    --primary-dark: #234d12;
    --table-header: #4e613d;
    --nev-fontcolor: rgba(255, 255, 255, 0.9);
    --table-headerfont:white;
    --nev-hover: rgba(255, 255, 255, 0.1);
    --nev-active: rgba(255, 255, 255, 0.1);
    --btn-background: #558b2f;
    --btn-font: #fff;
    --btn-backgroundhover: #558b2f;
    --btn-fonthover: #fff;
    --shortcut-menu: #366217;
    --body-background: #f4f8fb;
    --title-background: #558b2f0a;

    /* Extended theme variables for complete theming */
    --text-mandatory: #f44336;
    --form-border: #ccc;
    --glass-background: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --shadow-strong: rgba(0, 0, 0, 0.2);
    --shadow-intense: rgba(0, 0, 0, 0.25);
    --highlight-light: rgba(255, 255, 255, 0.2);
    --highlight-medium: rgba(255, 255, 255, 0.3);
    --ripple-color: rgba(255, 255, 255, 0.3);
    --focus-ring: rgba(85, 139, 47, 0.3);
    --success-color: #4caf50;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #3b82f6;
    --light-color: #f8f9fa;
    --dark-color: #374151;

    /* Table border colors */
    --table-border: #d1d5db;
    --table-border-light: #e5e7eb;
    --table-border-dark: #9ca3af;
    --table-border-print: #000000;

}
